Platform Explorer / Nuxeo Platform 2023.10

Operation Video.SliceInParts (SliceVideo a Video in Parts with equal duration.)

Description

Slices the video in n parts of approximately the same duration each.
Operation id Video.SliceInParts
AliasesVideo.SliceInParts
Category Conversion
Label SliceVideo a Video in Parts with equal duration.
Requires
Since

Parameters

Name Description Type Required Default value
duration string no  
xpath string no  

Signature

Inputs blob, document
Outputs bloblist, bloblist

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.video.tools.operations.SliceVideoInParts
Contributing Component org.nuxeo.ecm.video.tools.operations

JSON Definition

{
  "id" : "Video.SliceInParts",
  "aliases" : [ "Video.SliceInParts" ],
  "label" : "SliceVideo a Video in Parts with equal duration.",
  "category" : "Conversion",
  "requires" : null,
  "description" : "Slices the video in n parts of approximately the same duration each.",
  "url" : "Video.SliceInParts",
  "signature" : [ "blob", "bloblist", "document", "bloblist" ],
  "params" : [ {
    "name" : "duration",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "xpath",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}